-
Notifications
You must be signed in to change notification settings - Fork 1
Feature/5 커뮤니티 게시글 생성 기능 #17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- imageUrl 있는 경우 / 없는 경우 나눠서 작성
…project/WEB1_1_Bongdari_BE into feature/5-create-community-board
- command 디렉토리 추가 - IntergrationTestSupport 상속 및 tearDown 추가
src/test/java/com/somemore/community/service/CreateCommunityServiceTest.java
Outdated
Show resolved
Hide resolved
src/main/java/com/somemore/community/service/command/command/CreateCommunityBoardService.java
Show resolved
Hide resolved
src/main/java/com/somemore/community/service/command/command/CreateCommunityBoardService.java
Show resolved
Hide resolved
leebs0521
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
몇 부분 코멘트 남긴 거 확인해주시면 감사하겠습니다. ㅎㅎ
m-a-king
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아영 님, 수고하셨습니다! �
TDD 어떠셨나요?
src/main/java/com/somemore/community/service/command/command/CreateCommunityBoardService.java
Outdated
Show resolved
Hide resolved
- imgUrl nullable false 추가
테스트 코드를 먼저하는 게 너무 어색해서 오래걸린 거 같은데,, 조금은 적응한 거 같기도 하고,, 그렇습니다 |
…project/WEB1_1_Bongdari_BE into feature/5-create-community-board # Conflicts: # src/main/java/com/somemore/domains/CommunityBoard.java
|



resolved :
📌 과제 설명
커뮤니티 게시글 생성 기능
👩💻 요구 사항과 구현 내용
✅ PR 포인트 & 궁금한 점